Skip to content

feat: add users command for managing app users#9

Merged
bensabic merged 1 commit intomainfrom
feat/users-command
Feb 20, 2026
Merged

feat: add users command for managing app users#9
bensabic merged 1 commit intomainfrom
feat/users-command

Conversation

@bensabic
Copy link
Member

Add users command with list, get, add, remove, and update-role subcommands. Supports looking up users by ID or email, role validation with choices (ADMIN, OWNER, MEMBERS_WRITE, MEMBERS_READ), and paginated listing. Includes unit tests.

Add users command with list, get, add, remove, and update-role
subcommands. Supports looking up users by ID or email, role validation
with choices (ADMIN, OWNER, MEMBERS_WRITE, MEMBERS_READ), and paginated
listing. Includes unit tests.
@bensabic bensabic merged commit 839c193 into main Feb 20, 2026
1 check passed
@bensabic bensabic deleted the feat/users-command branch February 20, 2026 03:28
bensabic pushed a commit that referenced this pull request Feb 20, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](v1.1.0...v1.2.0)
(2026-02-20)


### Features

* add global CLI options and environment variable support
([#5](#5))
([8cc78ae](8cc78ae))
* add users command for managing app users
([#9](#9))
([839c193](839c193))


### Bug Fixes

* fix cursor pagination and improve null safety across commands
([#10](#10))
([4327f99](4327f99))
* flatten nested objects in printTable output
([#7](#7))
([acf14c6](acf14c6))
* rename --json to --json-data on members update command
([#8](#8))
([d9c3526](d9c3526))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant